From: Jeroen van der Heijden Date: Mon, 21 Sep 2020 11:59:38 +0000 (+0200) Subject: Upd Dockerfile X-Git-Tag: archive/raspbian/2.0.44-1+rpi1~1^2~3^2~2^2~3^2~11 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=622889ec5f64327decac18d2b9bd47b33bf3efce;p=siridb-server.git Upd Dockerfile --- diff --git a/itest/Dockerfile b/itest/Dockerfile index 92802efa..0c13d999 100644 --- a/itest/Dockerfile +++ b/itest/Dockerfile @@ -29,5 +29,4 @@ COPY --from=builder /usr/lib/x86_64-linux-gnu/libcleri* /usr/lib/x86_64-linux-gn COPY ./itest/ /itest/ WORKDIR /itest RUN pip install -r requirements.txt - CMD [ "python", "run_all.py", "-m", "-b=Release" ]